[Manager Summary]
Informs the Carbon Printing Manager that your application-defined callback function has accepted a dialog box and is processing a print request.
OSStatus PMSetDialogAccepted(PMDialog pmDialog, Boolean process)
PARAMETERS
pmDialog
- The PMDialog object for a dialog box.
process
- A Boolean value; pass TRUE if your application-defined callback function has accepted a dialog box for processing, or else pass FALSE.
- function result
- A result code. See Result Codes.
CARBON PORTING NOTES
The PMSetDialogAccepted lets you set information formerly contained in the fDoIt field of the Printing Manager structure TPrDlg .
Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.